﻿.sp-off-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 24px 32px;
}

/* Card */
.sp-off-card {
    border-radius: 22px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.06);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border-radius: 17px;
    border: 1px solid #E5E7EB;
    background: #FFF;
    padding: 10px 15px;
}

/* Image area */
.sp-off-image-wrap {
    position: relative;
}

.sp-off-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sp-off-badge {
    padding: 6px 12px;
    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 16px;
    font-size: 13px;
    color: #555;
    box-shadow: 0 2px 6px rgba(0,0,0,0.06);
}

.all-sp-app {
    display: flex;
    align-items: center;
}

.sp-off-heart {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    display: flex;
    place-items: center;
    color: #ff3b57;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0,0,0,0.06);
    margin-left: auto;
}

/* Carousel */
.sp-off-carousel {
    position: relative;
    height: 185px;
    border-radius: 18px;
    background: #ffffff;
    display: grid;
    place-items: center;
}

.sp-off-slide {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transform: translateY(10px) scale(0.98);
    transition: opacity 350ms ease, transform 350ms ease;
    filter: drop-shadow(0 8px 12px rgba(0,0,0,0.1));
    border-radius: 12px;
}

    .sp-off-slide.is-active {
        opacity: 1;
        transform: translateY(0) scale(1);
    }

/* Dots */
.sp-off-dots {
    display: flex;
    gap: 8px;
    justify-content: center;
    margin-top: 12px;
    padding: 4px;
}

.sp-off-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: none;
    background: #cbd5e1;
    cursor: pointer;
    transition: background 200ms ease, transform 200ms ease;
    width: 8px;
    padding: 4px;
    margin: 0;
}

    .sp-off-dot.is-active {
        background: #000; /* green */
        transform: scale(1.2);
    }


.sp-off-brand {
    color: #16a34a;
    font-size: 14px;
    font-weight: 600;
}

.sp-off-title {
    font-size: 16px;
    line-height: 1.3;
    margin: 6px 0 8px;
    color: #1f2937;
    font-family: 'Inter';
}

.all-buy-part {
    display: flex;
    align-items: center;
}

/* Main Price */
.sp-off-price {
    font-size: 18px;
    color: #111827;
    margin: 0;
    flex: 1;
    font-weight: 600;
    font-family: 'Inter';
    display: flex;
    align-items: center;
    gap: 8px;
}

    .sp-off-price span {
        display: flex;
        flex-direction: column;
        color: gray;
        font-size: 14px;
    }

/* Cut Price (strikethrough) */
.sp-off-cut-price {
    font-size: 16px;
    color: #9ca3af;
    text-decoration: line-through;
    margin-left: 6px;
    font-weight: 500;
}

/* Explore Button */
.sp-off-buy {
    width: fit-content;
    padding: 7px 18px;
    border-radius: 25px;
    margin: 0;
    background: #111111;
    color: #ffffff;
    font-size: 13px;
    border: none;
    font-family: 'Inter';
    cursor: pointer;
    font-weight: 600;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.12);
    transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

    .sp-off-buy:hover {
        background: #000;
        transform: translateY(-3px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    }

.video-section {
    width: 100%;
    background: #000;
    padding: 20px 0;
    display: flex;
    justify-content: center;
}

.video-bg {
    width: 100%;
    max-width: 800px; /* adjust video size */
    border-radius: 12px;
    object-fit: cover;
    background: #000;
}


.cfh-bf-video-section {
    width: 100%;
    background: #000;
    padding: 20px 0;
    display: flex;
    justify-content: center;
}

.cfh-bf-video {
    width: 100%;
    border-radius: 12px;
    object-fit: cover;
    background: #000;
    pointer-events: none;
    height:350px;
}
.all-trips-head h4 {
    margin-top: 2rem;
    display: flex;
    gap: 10px;
    font-size: 20px;
}
.all-trips-head span {
    color: #626262bf;
}



.off-bottom-part {
    width: 100%;
    background: #fff;
    padding: 60px 0;
    font-family: 'Inter', sans-serif;
    color: #111;
}



.bl-of-part-title {
    font-size: 26px;
    font-weight: 800;
    color: #000;
    margin-bottom: 16px;
}

.bl-of-part-heading {
    font-size: 20px;
    font-weight: 700;
    color: #111;
    margin-top: 28px;
}

.bl-of-part-small-title {
    font-size: 16px;
    font-weight: 700;
    color: #111;
    margin-top: 18px;
}

.bl-of-part-desc {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
    margin: 6px 0 14px;
}

.bl-of-part-box {
    background: #F8F9FA;
    padding: 18px 20px;
    border-radius: 10px;
    margin: 14px 0;
}

.bl-of-part-list {
    padding-left: 20px;
    color: #444;
    font-size: 15px;
    line-height: 1.6;
}
    .bl-of-part-list li{
        font-weight:600;
    }
.bl-of-part-box {
    background: #F0F2F5;
    padding: 20px 22px;
    border-radius: 12px;
    margin: 16px 0;
    border-left: 5px solid #222; /* stronger highlight */
    font-family: 'Inter', sans-serif;
}

    .bl-of-part-box p {
        color: #111;
        font-size: 15px;
        margin-bottom: 10px;
    }

.bl-of-part-ordered {
    list-style: none;
    padding: 0;
    margin: 8px 0 10px;
}

    .bl-of-part-ordered li {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        margin-bottom: 10px;
        font-size: 15px;
        font-weight: 600;
        color: #222;
        background: #FFFFFF;
        padding: 10px 14px;
        border-radius: 10px;
        transition: 0.3s ease;
    }

.ordered-number {
    content: counter(item);
    counter-increment: item;
    background: #111;
    color: #fff;
    font-size: 13px;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}

    .bl-of-part-ordered:hover li {
        border-color: #111;
    }

   


    .bl-of-part-ordered li {
        margin-bottom: 6px;
        color: #444;
    }


.bl-upper-part-head {
    font-family: 'Inter', sans-serif;
    padding: 20px 0;
    color: #111;
}

.bl-upper-part-title {
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 12px;
}

.bl-upper-part-subtext {
    font-size: 15px;
    color: #444;
    margin-bottom: 18px;
    line-height: 1.6;
}

.bl-upper-part-investment-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap:wrap;
    gap: 10px;
    margin: 16px 0;
}

.bl-upper-part-investment-item {
    background: aliceblue;
    padding: 10px 12px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    color: #0132c3;
}

.bl-upper-part-note {
    font-size: 14px;
    color: #000;
    margin-top: 6px;
}


.bl-upper-part-highlight {
    font-size: 20px;
    font-weight: 700;
    margin: 22px 0 10px;
 
    color: gray;
}
    .bl-upper-part-highlight span {
        color: #111;
    }

    .bl-upper-part-subheading {
        font-size: 16px;
        font-weight: 700;
        color: #000;
        margin-top: 16px;
        margin-bottom: 10px;
    }

.bl-upper-part-description {
    color: #777777;
    font-size: 14px;
    margin-bottom: 12px;
    line-height: 1.3;
    font-weight: 500;
}
.bl-all-upper-text {
    color: #777777;
    font-size: 14px;
    margin-bottom: 12px;
    line-height: 1.3;
    font-weight: 500;
}
}

.bl-upper-part-benefits {
    list-style: none;
    padding-left: 0;
    font-size: 15px;
    color: #111;
}
.black-if-text {
    color: black;
    font-weight: 600;
    font-family: 'Inter';
    font-size: 15px;
}
.black-dollor-part {
    color: #777777;
    font-weight:400;
    font-family:'Inter';
    line-height:1.3;
}
.lpp-text {
    font-size: 14px;
    color: #2b2a2a;
    font-weight: 600;
}

.bl-upper-part-benefits li {
    margin: 0;
    line-height: 1.3;
    font-size: 13px;
}

.bl-upper-part-refund-box {
    background: #F9FAFB;
    border-left: 4px solid #000;
    padding: 14px;
    border-radius: 10px;
    font-size: 15px;
    margin: 18px 0;
}

.bl-upper-part-ending {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    margin-top: 14px;
}

.all-main-wrapper-part-black {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 20px;
    align-items: center;
}
.all-upper-wrap-part {
    border-radius: 17px;
    border: 1px solid #E5E7EB;
    background: #FFF;
    padding: 10px 12px;
    height: fit-content;
}



@media only screen and (min-width: 300px) and (max-width: 650px) {
    .cfh-bf-video{
        height:auto;
    }
    .all-trips-head h4 {
        margin-top: 2rem;
        display: flex;
        gap: 10px;
        font-size: 15px;
        flex-direction: column;
    }
    .sp-off-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 0;
        gap: 5px;
        margin-bottom:3.5rem;
    }
    .sp-off-carousel {
        position: relative;
        height: 116px;
        border-radius: 10px;
        
    }
    .sp-off-card {
        
        padding: 6px 8px;
    }
    .all-buy-part {
        display: block;
       
    }
    .sp-off-price {
        font-size: 14px;
        display:block;
       
    }
    .sp-off-badge {
        padding: 2px 12px;
       
        font-size: 11px;
    }
    .sp-off-title {
        font-size: 12px;
       
    }
    .bl-of-part-title {
        font-size:16px;
    }
    .all-main-wrapper-part-black {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        
    }
    .all-upper-wrap-part {
       
        margin-top: 10px;
    }

}
.real-amnt{
    color:#000 !important;
}